home *** CD-ROM | disk | FTP | other *** search
/ PCNet 1998 May / PCnet Mayıs 1998.iso / Internet / Netscape / cc32e404.exe / nav40c.z / java40.jar / sun / misc / Timeable.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  196 b   |  6 lines

  1. package sun.misc;
  2.  
  3. public interface Timeable {
  4.    void tick(Timer var1);
  5. }
  6.